'Declaration
Public Overloads Shared Function RestoreData(Of T)( _ ByVal jamsEntry As System.Integer, _ ByVal objectId As System.Guid _ ) As T
Parameters
- jamsEntry
- The entry number for which to load a stored object.
- objectId
- A guid that identifies the object to restore.
Type Parameters
- T
Return Value
The restored object.